home *** CD-ROM | disk | FTP | other *** search
- ProjectEditor = {
- ACTIONS = {
- installBuildView:;
- runApplication:;
- newSubproject:;
- debugApplication:;
- installFileView:;
- installAttributesView:;
- };
- OUTLETS = {
- modeMatrix;
- window;
- debugIcon;
- targetPopUp;
- runMatrix;
- targetText;
- container;
- infoField;
- appIcon;
- };
- SUPERCLASS = Object;
- };
- VariableTextField = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = TextField;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-